home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / sbin / coldreboot < prev    next >
Encoding:
Text File  |  2010-10-18  |  103 b   |  7 lines

  1. #!/bin/sh
  2. NOKEXECFILE=/tmp/no-kexec-reboot
  3.  
  4. /bin/rm -f $NOKEXECFILE
  5. touch $NOKEXECFILE
  6. /sbin/reboot $*
  7.